home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / ASP / ASPapp Portal / tempoutfile.tmp < prev    next >
Text File  |  2002-03-13  |  995b  |  30 lines

  1. <br>
  2. <table border=0 bgcolor=#<% if ctr mod 2 = 0 then %>CCCCCC<% else %>EFEFEF<% end if %> cellspacing=1 width=100%>
  3. <tr>
  4.     <td width='40%' style="{color:#444444}">
  5.     <% if Date-DateAdded < 5 then %><img src='images/icon_new.gif' width=30 height=10><% end if %>
  6.     <A href="click_thru.asp?LinkId={|LinkID.value|}" target="launch_win" style="{color:#111111}">
  7.     <b>{|Title.value|}</B>
  8.     </A>
  9.     <% if DownloadURL <> "" then %>á[<A href='{|DownloadURL.value|}' style="{color:#111111}">download it!</A>]<% end if %> 
  10. </td>
  11. <td align=right style="{color:#444444}">
  12.     <b>Views:</b> {|ClickThrus.value|}
  13.     <% if DownloadFee <> "" then %>
  14.     <b> Cost:</b> {|DownloadFee.value|}
  15.     <% end if %>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td style="{color:#444444}">
  20. </td>
  21. <td align=right style="{color:#444444}">
  22.     [<A href="mailto:support@aspapp.com" style="{color:#111111}">report errors</A>]
  23. </td>
  24. </tr>
  25. <tr>
  26.     <td colspan=2 style="{color:#555555}">{|Description.value|}</td>
  27. </tr>
  28. </table>
  29. <% ctr = ctr + 1 %>
  30.